add stdafx.h to project#81
add stdafx.h to project#81LukeMouse wants to merge 1 commit intoDOCGroup:masterfrom LukeMouse:master
Conversation
| <%endif%> | ||
| <%if(header_files)%> | ||
| <ItemGroup> | ||
| <%if(pch_header)%> |
There was a problem hiding this comment.
When header_files is empty and pch_header is set it will not be generated? Also when pch_header is added also by the user to header_files it will be duplicate which prevents the solution from being loaded by visual studio
There was a problem hiding this comment.
yes,it work well under vs2008 but failed under vs2015
jwillemsen
left a comment
There was a problem hiding this comment.
Please enhance the extension so that it also works with vs2015 in all cases
|
I cant catch what your means "works with vs 2015 in all cases", I add this segment reference form the pch_souce config in the next part as follow: |
No description provided.